home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Terra Sound Library
/
Terra Sound Library.iso
/
player_composer
/
eagleplayer
/
ep_to_install
/
installdata
/
arexxexamples.lha
/
EP_ArpLibrary.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1993-10-20
|
197b
|
16 lines
/* EaglePlayer - Filerequester = ARP.Library */
address 'rexx_EP'
options results
ARPLibrary
if result == "no then do
say "Can't use Arp.Library"
end
else do
say "Now using ARP.Library"
end